From a2038a07087734512b884e7dc1ea862f525bc4e2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 20 Mar 2001 12:41:02 +0000 Subject: [PATCH] (mail-mode): Activate case-folding in font-lock-defaults. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 16d06cba4e5..8b011159d0b 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -476,7 +476,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and (setq mode-name "Mail") (setq buffer-offer-save t) (make-local-variable 'font-lock-defaults) - (setq font-lock-defaults '(mail-font-lock-keywords t)) + (setq font-lock-defaults '(mail-font-lock-keywords t t)) (make-local-variable 'paragraph-separate) (make-local-variable 'paragraph-start) (make-local-variable 'normal-auto-fill-function) -- 2.30.2